home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / accounts / salary.arj / SALARY.DOC next >
Text File  |  1993-11-01  |  2KB  |  36 lines

  1. SALARY vs. HOURLY WAGE...Just how much ARE you making?          11/01/93
  2.  
  3. I wrote this program to satisfy my curiousity about how much I was making
  4. per hour when I spent all night or all weekend at the office programming,
  5. setting up new computers on the network, or trouble-shooting problems.  As
  6. a salaried employee, I found it interesting to see how much per hour I made 
  7. when I worked 60, 70, or even 80 hours in one week.  Once I had the program 
  8. written, I thought maybe somebody else could find it useful.
  9.  
  10. The program is pretty straightforward.  It prompts you for your monthly
  11. salary, tells you how much you make an hour for a 40-hour week, and then
  12. prompts you for how many hours you worked.  It calculates how many hours
  13. of that are overtime hours (if any), and then calculates the hourly wage.
  14. It assumes that you would get paid "time-and-a-half" for overtime.  
  15.  
  16. This program is FREEWARE.  Use it if you want, distribute it if you want,
  17. all I ask is that you distribute it with this file.
  18.  
  19. If you're interested in seeing the C source for this program, send email
  20. to one of the following accounts:
  21.      
  22.      Internet:  mjarvis@okcforum.osrhe.edu
  23.                 mjarvis@nyx.cs.du.edu
  24.                 michael@speedway.net
  25.    Compuserve:  70562,212
  26.  
  27. THE LEGAL STUFF:
  28. This program is the property of Michael Jarvis (hereafter referred to as
  29. "the author"), who reserves all rights to this program.  The author of this 
  30. program shall not be responsible for any damages that might occur from the 
  31. use of this program.  This program is provided "as-is" without warranty of 
  32. any kind, either express or implied.  The complete risk as to the quality 
  33. and performance of any non-warranted program is with the user.  Should this 
  34. program prove defective, the user assume the entire cost of any and all 
  35. necessary servicing, repair, or corrections.
  36.